ServiceEnvelopeOrBuilder

interface ServiceEnvelopeOrBuilder : MessageOrBuilder

Inheritors

Functions

Link copied to clipboard
abstract fun getChannelId(): String

The global channel ID it was sent on
string channel_id = 2;
Link copied to clipboard
abstract fun getChannelIdBytes(): ByteString

The global channel ID it was sent on
string channel_id = 2;
Link copied to clipboard
abstract fun getGatewayId(): String

The sending gateway node ID. Can we use this to authenticate/prevent fake
nodeid impersonation for senders? - i.e. use gateway/mesh id (which is authenticated) + local node id as
the globally trusted nodenum
string gateway_id = 3;
Link copied to clipboard
abstract fun getGatewayIdBytes(): ByteString

The sending gateway node ID. Can we use this to authenticate/prevent fake
nodeid impersonation for senders? - i.e. use gateway/mesh id (which is authenticated) + local node id as
the globally trusted nodenum
string gateway_id = 3;
Link copied to clipboard

The (probably encrypted) packet
.meshtastic.MeshPacket packet = 1;
Link copied to clipboard

The (probably encrypted) packet
.meshtastic.MeshPacket packet = 1;
Link copied to clipboard
abstract fun hasPacket(): Boolean

The (probably encrypted) packet
.meshtastic.MeshPacket packet = 1;